join Method (JScript 5.6)

Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator character.

arrayObj.join(separator) 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also